3.99.4
authorMatthias Clasen <mclasen@redhat.com>
Thu, 5 Nov 2020 02:46:10 +0000 (21:46 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 5 Nov 2020 02:46:10 +0000 (21:46 -0500)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 107ef262939f0c3c65e63f89b29fe1c02453d735..6d85b8c38d56873b377a742ed6e5657dccdb8817 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of Changes in master
+Overview of Changes in 3.99.4
 =============================
 
 * GtkColumnView:
@@ -23,6 +23,7 @@ Overview of Changes in master
 
 * GtkTextView:
  - Fix rendering and positioning of anchored children
+ - Fix positioning of touch handles
 
 * Constraints:
  - Fix loading constraints from ui files
@@ -37,6 +38,7 @@ Overview of Changes in master
  - Add documentation for app and widget developers
  - Handle HIDDEN state changes by adding/removing elements
  - Support setting accessibility attributes in ui files
+ - Make window controls accessible
 
 * Introspection:
  - Add some missing annotations
@@ -44,10 +46,12 @@ Overview of Changes in master
 * gdk:
  - Deliver events on flush
  - Drop the unused GdkPoint struct from the API
+ - Improve popup autohide behavior
 
 * Demos:
  - Add another constraints demo
  - Tweak various demos to improve consistency
+ - Small accessibility improvements
 
 * Tools:
  - Improve gtk4-builder-tool handling of various
@@ -65,6 +69,12 @@ Overview of Changes in master
  - Fix the build with cups 2.2.12
  - Make cloudprint support build without warnings
 
+* Broadway:
+ - Support modifiers for scroll events
+
+* Windows:
+ - Improve IME support
+
 * OS X:
  - Fix various input issues
  - Make GtkGLArea work (with the cairo backend)
index f3ff23986be257745021b0d2a61bd2b2b7dbe65d..306b55f68602055ac359103dcba93af4c821e716 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '3.99.3',
+        version: '3.99.4',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',